From: Sam Ravnborg Date: Fri, 25 Sep 2009 17:53:43 +0000 (+0200) Subject: alpha: fix build after vmlinux.lds.S cleanup X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~20678^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=de078ef55c74d02ee93d44513da5ee88a089d71d;p=linux-4.9.git alpha: fix build after vmlinux.lds.S cleanup Add include to get missing THREAD_SIZE definition Signed-off-by: Sam Ravnborg Cc: Tim Abbott Cc: Ivan Kokshaysky Cc: Richard Henderson --- diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index 6dc03c35caa0..55c3b23612a8 100644 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S @@ -1,4 +1,5 @@ #include +#include #include OUTPUT_FORMAT("elf64-alpha")